home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000064_blitz-list-request_Mon Jul 18 08:56:27 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  1KB

  1. Received: from FINHUTC.hut.fi (finhutc.hut.fi [130.233.224.4]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id IAA25912 for <blitz-list@HELSINKI.FI>; Mon, 18 Jul 1994 08:56:20 +0300
  2. Received: from FINHUTC.HUT.FI by FINHUTC.hut.fi (IBM VM SMTP V2R2)
  3.    with BSMTP id 8685; Mon, 18 Jul 94 08:54:49 EET
  4. Received: from VM1.MCGILL.CA (NJE origin MAILER@MCGILL1) by FINHUTC.HUT.FI (LMail V1.1d/1.7f) with BSMTP id 8681; Mon, 18 Jul 1994 08:54:49 +0200
  5. Received: from MUSICB.MCGILL.CA by VM1.MCGILL.CA (Mailer R2.10 ptf000) with
  6.  BSMTP id 7300; Sat, 16 Jul 94 22:12:25 EDT
  7. Message-Id:  <16JUL94.23983009.0085.MUSIC@MUSICB.MCGILL.CA>
  8. Date:        Sat, 16 Jul 94 22:12:23 EDT
  9. From: "GEORGAKAKIS,LOUIS,MR" <BB4H@MUSICB.MCGILL.CA>
  10. To: <blitz-list@HELSINKI.FI>
  11. Subject: Records
  12. MIME-Version: 1.0
  13. Content-Type: text/plain; charset="us-ascii"
  14. Content-Transfer-Encoding: 7bit
  15. X-Status: 
  16. Status: RO
  17.  
  18. >If OpenFile(0,"s:startup-sequence")
  19. >    Maxlen in$,30
  20. >    Fields 0,in$
  21. >    Get 0,0
  22. >    DefaultOutput
  23. >    Nprint in$
  24. >    CloseFile 0
  25. >EndIf
  26. >MouseWait:End
  27. >
  28. Hiya.  Well, the only thing that I can see wrong with this program
  29. is in the second line 'Maxlen in$,30' should be 'Maxlen in$=30'.
  30. One other thing that I'm concerned about is openning a text file as
  31. a random access file.  Shouldn't you use sequencial access? Try it
  32. out, this little program should not be that much of a problem.
  33.